home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not exist \pc\install.exe goto error
- echo Welcome to Naked Reunion! from Vivid Interactive Entertainment. This install
- echo program must be run from within Windows 3.1. Now starting Windows...
- cd \pc
- win install.exe
- goto end
-
- :error
- echo The Naked Reunion! installation program must be run from the CD-ROM drive.
- echo To accomplish this simply type the letter of your CD-ROM drive followed
- echo by a colon and then type:
- echo INSTALL.BAT
- echo followed by tapping the Enter key.
- goto end
-
- :end
-